FormatHelper.h
Language: C++
Last Modified: 2022-08-18 12:03:01 AM UTC
File Size: 325 bytes
Last Modified: 2022-08-18 12:03:01 AM UTC
File Size: 325 bytes
http://www.penguinstew.ca/example/CodeFormater/FormatHelper.h
pragmaonce
includeTypeh
include<string>
namespaceFormatHelper
{
std::stringGetWordstd::stringlineintposstd::regexregEx;
boolIsMatchstd::stringlinestd::stringstrintlineStartPosstd::regexnextCharRegEx;
intEscapeCountstd::stringlinestd::stringescapseintlineStartPos;
}
1
2
3
4
5
6
7
8
9
10
11